home *** CD-ROM | disk | FTP | other *** search
/ Shareware Overload Trio 2 / Shareware Overload Trio Volume 2 (Chestnut CD-ROM).ISO / dir37 / pcmenu89.zip / COLORS.DOC < prev    next >
Text File  |  1989-03-11  |  1KB  |  32 lines

  1. Docs for Colors.com - screen attributes display utility
  2. R.Trevithick, Sat  03-11-1989
  3.  
  4.  
  5. This program simply displays all screen attributes with the values of the
  6. attribute bytes which produced them.  It's handy when you have to write code to
  7. be run on multiple types of monitors, or when you simply need to know the
  8. attribute value your display hardware needs to produce 'bright cyan'.
  9.  
  10.  
  11. There are only three options:
  12.  
  13.         /b   displays on both monitors (if present).
  14.  
  15.         /h   displays the values in hex (base 16).
  16.  
  17.         /o   displays the values in octal (base 8).
  18.  
  19.     It displays in decimal (base 10) by default.
  20.  
  21.  
  22. An example of it's use would be figuring out the best value to use for dim and
  23. normal video on both a monochrome and an ega display.  Running the program with
  24. the /b option (if both monitors are attached to the same machine) would show
  25. that a value of 7 for dim and 15 for normal would work for both...
  26.  
  27.  
  28.  
  29. Bob Trevithick                          GEnie address:  R.TREVITHICK
  30. Voice:   (315) 331-1700
  31.  
  32.